Skip to content

chore(deps-dev): bump the development-dependencies group with 2 updates - #1274

Merged
anidotnet merged 3 commits into
mainfrom
dependabot/maven/main/development-dependencies-0d217a31c7
Aug 7, 2026
Merged

chore(deps-dev): bump the development-dependencies group with 2 updates#1274
anidotnet merged 3 commits into
mainfrom
dependabot/maven/main/development-dependencies-0d217a31c7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor

Bumps the development-dependencies group with 2 updates: org.codehaus.mojo:flatten-maven-plugin and org.graalvm.buildtools:native-maven-plugin.

Updates org.codehaus.mojo:flatten-maven-plugin from 1.7.3 to 1.8.0

Release notes

Sourced from org.codehaus.mojo:flatten-maven-plugin's releases.

1.8.0

🚀 New features and improvements

🐛 Bug Fixes

🔧 Build

📦 Dependency updates

Commits
  • 1b21193 [maven-release-plugin] prepare release 1.8.0
  • f693210 Add PR automation workflow to GitHub Actions
  • cff2c4f Document revisionVariableName parameter with @since 1.8.0 tag
  • f18a67d Fix for #408, ensure nested dependency exclusions aren't overrided (#485)
  • 35396b6 Bump mavenVersion from 3.9.15 to 3.9.16
  • f78e07e Bump apache/maven-gh-actions-shared/.github/workflows/release-drafter.yml
  • 25f849e Bump apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml
  • 5fcc98f Bump apache/maven-gh-actions-shared/.github/workflows/stale.yml
  • 4bd9eda Bump org.codehaus.mojo:mojo-parent from 96 to 97
  • 7bacd0e Fix for Maven 3.10.x (#517)
  • Additional commits viewable in compare view

Updates org.graalvm.buildtools:native-maven-plugin from 1.1.5 to 1.1.6

Release notes

Sourced from org.graalvm.buildtools:native-maven-plugin's releases.

1.1.6

What's Changed

New Contributors

Full Changelog: graalvm/native-build-tools@1.1.5...1.1.6

Commits
  • 7a6414c Release 1.1.6
  • e95114f Merge pull request #995 from graalvm/update-metadata-to-1.0.7
  • b22ad4c Update reachability metadata to 1.0.7
  • bdcffba Preserve test runner argLine when configuring agent (#992)
  • f817689 Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.18.0 in /samples/java-...
  • 4e52742 Allow the test classes directory to be configured for the NativeTestMojo (#757)
  • 2491c2c Fix order of access filter files by moving default to the start (#875)
  • dd2072b Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.18.0 in /samples/java-...
  • e10adf0 Add class introduced in 6.1
  • 53a3319 Bump version to 1.1.6-SNAPSHOT (#990)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the development-dependencies group with 2 updates: [org.codehaus.mojo:flatten-maven-plugin](https://github.com/mojohaus/flatten-maven-plugin) and [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools).


Updates `org.codehaus.mojo:flatten-maven-plugin` from 1.7.3 to 1.8.0
- [Release notes](https://github.com/mojohaus/flatten-maven-plugin/releases)
- [Commits](mojohaus/flatten-maven-plugin@1.7.3...1.8.0)

Updates `org.graalvm.buildtools:native-maven-plugin` from 1.1.5 to 1.1.6
- [Release notes](https://github.com/graalvm/native-build-tools/releases)
- [Commits](graalvm/native-build-tools@1.1.5...1.1.6)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:flatten-maven-plugin
  dependency-version: 1.8.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: org.graalvm.buildtools:native-maven-plugin
  dependency-version: 1.1.6
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 27, 2026
@anidotnet

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Aug 6, 2026

Copy link
Copy Markdown
Contributor Author

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

anidotnet and others added 2 commits August 7, 2026 11:50
1.1.6 fails the native test job at plugin execution with

  A required class was missing while executing
  org.graalvm.buildtools:native-maven-plugin:1.1.6:test:
  org/apache/maven/shared/utils/logging/MessageUtils

1.1.6 is the only release which references MessageUtils, and it does not
declare org.apache.maven.shared:maven-shared-utils, so the class is absent
from the plugin realm - the realm is built self-first here because the
plugin is declared with <extensions>true</extensions>. Upstream dropped
the reference again in 1.1.7 (checked: 1.1.5 and 1.1.7 contain no
reference to the class, 1.1.6 contains one), so taking 1.1.7 fixes the
job without pinning a workaround dependency.

Co-Authored-By: Claude Opus 5 <[email protected]>
@anidotnet
anidotnet merged commit 0be1fd8 into main Aug 7, 2026
13 checks passed
@dependabot
dependabot Bot deleted the dependabot/maven/main/development-dependencies-0d217a31c7 branch August 7, 2026 07:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant